home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Programming Sound Cards
/
Programming Sound Cards.iso
/
sound_06
/
c.bat
< prev
next >
Wrap
DOS Batch File
|
1995-01-01
|
160b
|
11 lines
echo off
cl -AS -Zi -Ox -Gs demo2.c \lowlevel\adlib.c
if errorlevel 1 goto error
goto end
:error
echo *** Error: file not compiled ***
:end
echo on